home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo Here is a listing of Windows Help Files. It uses text searching to
- echo ensure non-windows help files are excluded.
- call presskey
- ::
- :: Does a case-sensitive search of the first 3 bytes of .HLP files for "=?_=3":
- ::
- echo.
- echo Note the /$ (text search) option:
- echo =#3 means search the first 3 bytes of the file.
- echo ?_=3 is the signature FFG is looking for there.
- echo.
- echo on
- ffg /p *:*.hlp /$=#3?_=3
-